Object Detection - Phase 2 Computer Vision

Youssef Mohamed Mansi 18P5848

Seif Ahmed Elsayed Elewa 18P5662

Seif Muhammed Yakout 18P2158

Importing Libraries

Load Yolo Weights/ CFG

Load Neural Net

Show Layers Names

image.png

Layers Out Vector

Pc states whether the object is present in the grid or not

bx,by,bh,bw specify the bounding box if there is an object

According To number of classes we add C# in the vector table; one hot encoded(only one class is 1 and others equal 0)

image.png

Get Labels for detection

Draw Box around Detected Object

Process Image

Test On Image

Test On video